projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c97ef81
)
build: Bump version and C standard
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 18 Apr 2017 13:29:48 +0000
(14:29 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 3 May 2017 14:10:56 +0000
(15:10 +0100)
GTK+ 4.0 uses C99.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 36b8001fa72bd0f7bf782b88b7b3f956f4479564..34ba0fb59ced1843f8ac2325415f53e2ed03a833 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,8
+1,9
@@
project('gtk+-4.0', 'c',
- version: '3.
89.50
',
+ version: '3.
91.1
',
default_options: [
'buildtype=debugoptimized',
- 'warning_level=1'
+ 'warning_level=1',
+ 'c_std=c99',
],
meson_version : '>= 0.39.1',
license: 'LGPLv2.1+')